multi-step approach
iTBLS: A Dataset of Interactive Conversations Over Tabular Information
Sundar, Anirudh, Richardson, Christopher, Gay, William, Heck, Larry
This paper introduces Interactive Tables (iTBLS), a dataset of interactive conversations situated in tables from scientific articles. This dataset is designed to facilitate human-AI collaborative problem-solving through AI-powered multi-task tabular capabilities. In contrast to prior work that models interactions as factoid QA or procedure synthesis, iTBLS broadens the scope of interactions to include mathematical reasoning, natural language manipulation, and expansion of existing tables from natural language conversation by delineating interactions into one of three tasks: interpretation, modification, or generation. Additionally, the paper presents a suite of baseline approaches to iTBLS, utilizing zero-shot prompting and parameter-efficient fine-tuning for different computing situations. We also introduce a novel multi-step approach and show how it can be leveraged in conjunction with parameter-efficient fine-tuning to achieve the state-of-the-art on iTBLS; outperforming standard parameter-efficient fine-tuning by up to 15% on interpretation, 18% on modification, and 38% on generation.
One-shot backpropagation for multi-step prediction in physics-based system identification -- EXTENDED VERSION
Donati, Cesare, Mammarella, Martina, Dabbene, Fabrizio, Novara, Carlo, Lagoa, Constantino
The aim of this paper is to present a novel physics-based framework for the identification of dynamical systems, in which the physical and structural insights are reflected directly into a backpropagation-based learning algorithm. The main result is a method to compute in closed form the gradient of a multi-step loss function, while enforcing physical properties and constraints. The derived algorithm has been exploited to identify the unknown inertia matrix of a space debris, and the results show the reliability of the method in capturing the physical adherence of the estimated parameters.
DocGen: Generating Detailed Parameter Docstrings in Python
Venkatkrishna, Vatsal, Nagabushanam, Durga Shree, Simon, Emmanuel Iko-Ojo, Vidoni, Melina
Documentation debt hinders the effective utilization of open-source software. Although code summarization tools have been helpful for developers, most would prefer a detailed account of each parameter in a function rather than a high-level summary. However, generating such a summary is too intricate for a single generative model to produce reliably due to the lack of high-quality training data. Thus, we propose a multi-step approach that combines multiple task-specific models, each adept at producing a specific section of a docstring. The combination of these models ensures the inclusion of each section in the final docstring. We compared the results from our approach with existing generative models using both automatic metrics and a human-centred evaluation with 17 participating developers, which proves the superiority of our approach over existing methods.
How do we keep AI safe from adversaries?
In the era of Artificial Intelligence, there are several security challenges to keep the machine learning model secure from adversaries. The goal of this paper is to find the solutions to keep AI safe from adversaries. The focus will be on the techniques to defence the adversaries using multi-step approaches. I will begin by explaining what is adversarial in AI and what are the intentions. Then I will explain the taxonomy of it along with strategies.